Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Sat, 5 Sep 2009 03:27:37 +0000 (23:27 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 5 Sep 2009 03:27:37 +0000 (23:27 -0400)
gdk/gdkcairo.h

index d74182d0f8ce803dae36cefbf5a4ab124d8173be..8bddd48c2adffa6f4d0fe27b95cff5b5551e7e19 100644 (file)
@@ -31,7 +31,7 @@
 G_BEGIN_DECLS
 
 cairo_t *gdk_cairo_create            (GdkDrawable        *drawable);
-void     gdk_cairo_reset_clip        (cairo_t            *cairo_t,
+void     gdk_cairo_reset_clip        (cairo_t            *cr,
                                      GdkDrawable        *drawable);
 
 void     gdk_cairo_set_source_color  (cairo_t            *cr,